Sends a debugging command to the session.
HRESULT DebugCommand(long command, BSTR commandData, [out,retval]BSTR * result);
DebugCommand(long command, String commandData, [out,retval]BSTR result);
Sub DebugCommand(command As long, commandData As String, result As [out,retval]BSTR)
This method is for internal use by product developers.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|